home *** CD-ROM | disk | FTP | other *** search
/ Plug Into a Brand New World / Plug Into a Brand New World Version 1.3.BIN / IO-PP210 / For Win95 / NmSNull.inf < prev    next >
INI File  |  2001-09-08  |  1KB  |  61 lines

  1.  
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;;
  4. ;;  NetMos Technology, inc.
  5. ;;
  6. ;;  FILE : NmSNull.inf
  7. ;;  OS SUPPORTED : WIN95, WIN98 ONLY.
  8. ;;  This file works in conjunction with nmenum.vxd.
  9. ;;  This file is needed only if nmenum.vxd and nmenum.inf
  10. ;;  are used. Also it is needed only for 9705, 9735, 9745
  11. ;;  chipsets.
  12. ;;
  13. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  14.  
  15. ;
  16. ; Version Section
  17. ;
  18. [Version]
  19. LayoutFile = layout.inf
  20. Signature  = $CHICAGO$
  21. Class      = NetMosBridge
  22. Provider   = %ProviderName%
  23.  
  24. ;------------------------
  25. ; Install class "NetMosBridge"
  26. ;------------------------
  27. [ClassInstall]
  28. AddReg=Class.AddReg
  29.  
  30. [Class.AddReg]
  31. HKR,,,,"NetMosBridge"
  32. HKR,,SilentInstall,,"1"
  33. HKR,,Icon,,-23
  34.  
  35. ;----------------------
  36. ; Install Drivers
  37. ;----------------------
  38. [Manufacturer]
  39. %MfgName%=NetMosPorts
  40.  
  41. ;
  42. ; Manufacturer Name Section
  43. ;
  44. [NetMosPorts]
  45. %NullPortName%=NullPort,NMENUM\PCI9710_NULL
  46.  
  47. ;
  48. ; Install Sections
  49. ;
  50. [NullPort]
  51.  
  52. [Strings]
  53. ProviderName="NetMos Technology"
  54. MfgName="NetMos Technology"
  55. NullPortName="NetMos Bridge"
  56.  
  57. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  58. ;; END OF FILE
  59. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  60.  
  61.